function isMobile(width){if(width==undefined){width=719;} if(window.innerWidth<=width){return true;}else{return false;}}